From: Rob Church Date: Sat, 15 Apr 2006 15:30:17 +0000 (+0000) Subject: (Forgot to remove debugging line) X-Git-Tag: 1.31.0-rc.0~57483 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=6cfd52b0035a0862ceced3d5bb9b6d1d83e55f2c;p=lhc%2Fweb%2Fwiklou.git (Forgot to remove debugging line) --- diff --git a/includes/LogPage.php b/includes/LogPage.php index cdd7840354..ff1c805eb8 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -152,7 +152,6 @@ class LogPage { */ function actionText( $type, $action, $title = NULL, $skin = NULL, $params = array(), $filterWikilinks=false, $translate=false ) { global $wgLang, $wgContLang; - wfDebug( "LogPage::actionText called with title = {$title}, action = {$action}\n" ); static $actions = array( 'block/block' => 'blocklogentry', 'block/unblock' => 'unblocklogentry',